libxl: testenum.c depends on libxl.h
authorOlaf Hering <olaf@aepfle.de>
Wed, 6 Jul 2011 15:32:16 +0000 (16:32 +0100)
committerOlaf Hering <olaf@aepfle.de>
Wed, 6 Jul 2011 15:32:16 +0000 (16:32 +0100)
commite7f49e6becdb2f5081fc563af8b8a0b646a4b702
treecc0bb01d828343d2ac04255dba92f9e512e56a82
parentdb39174bcdd7b14817a983c7d09bb8979b74abbd
libxl: testenum.c depends on libxl.h

testenum.c may fail to compile if libxl.h dependencies are not yet met.

In file included from testenum.c:3:
libxl.h:199:26: error: _libxl_types.h: No such file or directory
In file included from testenum.c:3:
libxl.h:203: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
....

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile